document.getElementById("WhoFinance_FooterWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "Sandra Lekarczyk", "description": "MLP Hamburg", "image":"https://www.whofinance.de/static/data/pics/094/152094/m/sandra-lekarczyk-hamburg-1710750565.png", "logo": "https://www.whofinance.de/static/data/logo/152094/m/1703601436.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Admiralitätstr. 10", "postalCode":"20459", "addressLocality":"Hamburg" }, "geo": { "@type": "GeoCoordinates", "latitude": "53.5478", "longitude": "9.98423" }, "telephone":"04030092673", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "118", "ratingValue": "4.8" } , "url": "https://www.konzeptionelle-finanzplanung.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);